Allow customization of MAG L2 frames#2881
Conversation
- in mag_l2 function and update tests accordingly - used (externally) by MAG team to generate l2 files without needing all files
|
Paging @maxinelasp - please could you take a look at this, a small change to MAG L2 to enable us to generate frames programmatically without having to generate all of them. We (intend) to call this code in our internal pipeline over at https://github.com/ImperialCollegeLondon/imap-pipeline-core/blob/feat/set-quality-and-nan/src/mag_toolkit/calibration/CalibrationApplicator.py#L207 |
|
Thanks @maxinelasp. What is the cadence of your releases & when can i expect to see this change on pypy? No pressure, just want to know what to expect. |
|
@alastairtree We usually do a few a month - if you would like this out ASAP, I can cut a release this week |
|
Next routine release is fine thanks. I cant merge it so over to you to release it please and thank you! |
cbff0a3
into
IMAP-Science-Operations-Center:dev
|
@alastairtree we just released imap_processing. |
Change Summary
Overview
Adds option to customise which frames are generated when calling mag l2 programatically. Used (externally) by MAG team to generate l2 files without needing all CDF files
Testing
I have updated the unite tests to cover this new use case.
The main API has not actually changed as this is just a new param with defaults that match the existing behaviou so should have zero consequences other than making it more flexible